news:comp windows x intrinsics - significado y definición. Qué es news:comp windows x intrinsics
Diclib.com
Diccionario en línea

Qué (quién) es news:comp windows x intrinsics - definición

XORG XTOOLKIT INTRINSICS LIBRARY USED TO BUILD OLDER GENERATION TOOLKITS SUCH AS MOTIF & XAW
X Toolkit; X toolkit; Xt Intrinsics; X11 Intrinsics; LibXt
  • '''Xt''' (mint-green) in the X Window System graphics stack

X Toolkit Intrinsics         
X Toolkit Intrinsics (also known as Xt, for X toolkit) is a library that implements an API to facilitate the development of programs with a graphical user interface (GUI) for the X Window System. It can be used in the C or C++ languages.
X-Windows         
  • [[Common Desktop Environment]]
  • [[GNOME]] graphical user interface
  • X11R1 running on a Sun machine
  • Example of tunnelling an X11 application over SSH
  • [[Xfce]] graphical user interface
  • Simple example: the X server receives input from a local keyboard and mouse and displays to a screen. A web browser and a terminal emulator run on the user's workstation and a terminal emulator runs on a remote computer but is controlled and monitored from the user's machine
GRAPHICS CONTROLLER AND NETWORK PROTOCOL FOR UNIX-LIKE SYSTEMS
X Windows; X-windows; X-Windows; X11; X-Window; XWin; X windows; XWindow; X window system; X Window system; Xwindows; X Windowing System; X Window; X11R4; X11R5; X11R6; X11 server; XWindows; X Window desktop; Xterminal; X11R7; X-based; X-Window System; X11 Window System; X11R7.1; X-server; Xwin; X servers; X (window system); X window; X-window; X Consortium; MIT X Consortium; X-Consortium; Xdialog; XWS; X-Server; Draft:X Window System; User:Gimhan Mihiranga/sandbox
<spelling> A common misnomer for the X Window System. (1997-06-10)
X11         
  • [[Common Desktop Environment]]
  • [[GNOME]] graphical user interface
  • X11R1 running on a Sun machine
  • Example of tunnelling an X11 application over SSH
  • [[Xfce]] graphical user interface
  • Simple example: the X server receives input from a local keyboard and mouse and displays to a screen. A web browser and a terminal emulator run on the user's workstation and a terminal emulator runs on a remote computer but is controlled and monitored from the user's machine
GRAPHICS CONTROLLER AND NETWORK PROTOCOL FOR UNIX-LIKE SYSTEMS
X Windows; X-windows; X-Windows; X11; X-Window; XWin; X windows; XWindow; X window system; X Window system; Xwindows; X Windowing System; X Window; X11R4; X11R5; X11R6; X11 server; XWindows; X Window desktop; Xterminal; X11R7; X-based; X-Window System; X11 Window System; X11R7.1; X-server; Xwin; X servers; X (window system); X window; X-window; X Consortium; MIT X Consortium; X-Consortium; Xdialog; XWS; X-Server; Draft:X Window System; User:Gimhan Mihiranga/sandbox
X window System version 11 (Reference: X-Windows)

Wikipedia

X Toolkit Intrinsics

X Toolkit Intrinsics (also known as Xt, for X toolkit) is a library that implements an API to facilitate the development of programs with a graphical user interface (GUI) for the X Window System. It can be used in the C or C++ languages.

The low-level library Xlib is the client-side implementation of the X11 protocol. It communicates with an X server, but does not provide any function for implementing graphical control elements ("widgets"), such as buttons or menus.

The Xt library provides support for creating widget types, but does not provide any itself. A programmer could use the Xt library to create and use a new type of widget. Xt implemented some object oriented concepts, such as inheritance (the user could make their own button by reusing code written for another type of button), events, and callbacks.

Since the graphical user interface of applications typically requires a number of widget types, most developers are reluctant to write their own, and instead prefer to use libraries such as Xaw, Motif and OLIT that provide a set of widgets.

Most widely used toolkits such as GTK and Qt do not use the Xt library. Rather, they use Xlib or XCB directly.